<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------[初始化]--------------*/
html{position: relative;overflow-x: hidden;}
body{color: #333;font-size: 12px;line-height: 1.5;padding-top: 80px;
    font-family:'SourceHanSans-Regular',"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #D9413D;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Bauhaus93';
    src: url('../fonts/Bauhaus93.TTF');
}
@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.ttf');
}
/*布局*/
.wp{width: 100%;max-width: 1400px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{height: 80px;*zoom:1;position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    background-color: #fff;box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;line-height: 80px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 44px;}
.hdr{float: right;}
.nav{float: left;padding-right: 10px;}
.nav li{float: left;margin-right: 40px;}
.nav li .v1{font-size: 18px;font-weight: bold;display: block;position: relative;
    line-height: 80px;
}
.nav li .v1:after{content: '';position: absolute;bottom: 0;left: 50%;right: 50%;
    height: 3px;background-color: #D9413D;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1:after,.nav li.on .v1:after{left: 0;right: 0;}
.nav li:hover .v1,.nav li.on .v1{color: #D9413D;}
.so{float: right;position: relative;margin-top: 22px;}
.so .inp{width: 283px;height: 36px;display: block;padding: 0 40px 0 20px;
    background: #0F3C76;border-radius: 18px;border: 0;color: #fff;font-size: 14px;
}
.so .btn{position: absolute;right: 0;top: 0;width: 36px;height: 36px;
    background: url(../images/i-so.png) no-repeat center;
    cursor: pointer;border: 0;
}

.so .inp::-webkit-input-placeholder {color: rgba(255,255,255,.68);}
.so .inp::-moz-placeholder {color: rgba(255,255,255,.68); }
.so .inp::-ms-input-placeholder {color: rgba(255,255,255,.68);}





/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #D9413D;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner .slick-slide .con{outline: 0;position: relative;height: 820px;display: block;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .wp{position: relative;height: 100%;}
.banner .txt{position: absolute;top: 50%;left: 0;color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .txt em{font-size: 76px;font-family: arial;text-transform: uppercase;
    line-height: 1.13;margin-bottom: 38px;display: block;
}
.banner .txt h3{font-size: 52px;font-weight: normal;line-height: 1.54;position: relative;
    padding-top: 32px;
}
.banner .txt h3:after{content: '';position: absolute;top: 0;left: 0;
    width: 90px;height: 2px;opacity: .68;
    background-color: #fff;
}
.banner .slick-dots{position: absolute;left: 50%;bottom: 76px;width: 1400px;
    z-index: 2;font-size: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .slick-dots li{display: inline-block;margin-right: 7px;width: 89px;height: 3px;
    background-color: #fff;opacity: .4;
}
.banner .slick-dots li button{display: none;}
.banner .slick-dots li.slick-active{opacity: 1;}

.ban{height: 441px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*******************************
  -------[=底部]-------
********************************/
.footer{color: #fff;padding: 73px 0 0;
    background: #134587 url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.footer a,.fd-txt .tit a:hover{color: rgba(255,255,255,.7);}
.footer a:hover{color: #fff;}
.fd-con{overflow: hidden;padding-bottom: 75px;}
.fd-l{float: left;margin-right: 56px;}
.fd-logo{color: #fff;margin-bottom: 70px;}
.fd-logo h2{font-size: 38px;margin-bottom: 4px;}
.fd-logo p{font-size: 26px;}

.fd-txt{float: left;margin-right: 20px;min-width: 145px;max-width: 250px;}
.fd-txt .tit{font-size: 18px;margin-bottom: 20px;}
.fd-txt .tit a{color: #fff;}
.fd-txt .txt{font-size: 16px;line-height: 38px;color: rgba(255,255,255,.7);}
.fd-txt .txt a{display: block;}
.fd-qr{float: right;}
.fd-qr h3{font-size: 18px;color: #fff;margin-bottom: 33px;}
.fd-qr h3:after{content: '';width: 16px;height: 16px;margin-left: 11px;
display: inline-block;vertical-align: middle;position: relative;top: -2px;
    background: url(../images/i-03.png) no-repeat center;
}
.fd-qr .pic{width: 129px;float: left;margin-right: 20px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-copy{border-top: 1px solid rgba(255,255,255,.1);font-size: 14px;
    color: rgba(255,255,255,.68);overflow: hidden;padding: 28px 0;
}
.fd-copy .copy{float: left;}
.fd-copy .link{float: right;}
.fd-share{overflow: hidden;}
.fd-share .bdsharebuttonbox a{float: left;margin: 0;
    width: 30px;height: 30px;padding: 0;margin-right: 20px;
    background-position: center;background-repeat: no-repeat;
}
.fd-share .bdsharebuttonbox .bds_weixin{background-image: url(../images/i-04.png);}
.fd-share .bdsharebuttonbox .bds_sqq{background-image: url(../images/i-05.png);}
.fd-share .bdsharebuttonbox .bds_tsina{background-image: url(../images/i-06.png);}

/*******************************
    -------[=正文]-------
********************************/
.g-top{position: relative;z-index: 3;padding-top: 1px;margin-top: -92px;}
.g-top .cur{text-align: right;font-size: 16px;color: #fff;margin-bottom: 18px;}
.g-top .cur a{color: #fff;}
.g-top .cur a:hover{opacity: .6;}
.g-top .cur:before{content: '';display: inline-block;vertical-align: middle;
    width: 14px;height: 18px;margin-right: 7px;position: relative;top: -2px;
    background: url(../images/i-01.png) no-repeat center;
}
.g-top .tab{overflow: hidden;height: 92px;text-align: center;
    background-color: #fff;font-size: 0;
}
.g-top .tab ul{display: inline-block;}
.g-top .tab li{float: left;}
.g-top .tab li a{font-size: 18px;padding: 0 40px;display: block;line-height: 92px;
    position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.g-top .tab li a:after{content: '';position: absolute;right: -1px;top: 50%;
    width: 1px;height: 20px;margin-top: -10px;
    background-color: #d2d2d2;
}
.g-top .tab li:last-child a:after{display: none;}
.g-top .tab li:hover a:after,.g-top .tab li.on a:after{display: none;}
.g-top .tab li:hover a,.g-top .tab li.on a{background-color: #d9413d;color: #fff;}
.g-t2{text-align: center;margin: 61px 0 0;}
.g-t2 em{font-family: 'Bauhaus93';font-size: 107px;color: #D9413D;opacity: .1;
    text-transform: uppercase;line-height: 1;
}
.g-t2 em span{color: #333;}
.g-t2 h2{font-size: 50px;line-height: 1.1;position: relative;margin-top: -47px;
    padding-bottom: 32px;
}
.g-t2 h2:after{content: '';position: absolute;bottom: 0;left: 50%;
    width: 44px;height: 3px;
    background-color: #D9413D;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.g-bg1{padding: 1px 0;
    background: #f1f4f7 url(../images/p-bg1.png) no-repeat center top;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.g-bg2{padding: 1px 0;min-height: 500px;
    background: #f1f4f7 url(../images/p-bg2.png) no-repeat center top;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.footer{position: relative;}
.btn-top{position: absolute;right: 88px;top: 0;z-index: 3;
    width: 60px;height: 60px;border-radius: 0px 0px 5px 5px;
    background: #d9413d url(../images/i-top.png) no-repeat center;
}                  
                   
.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.fix-right{position: fixed;right: 0;top: 50%;z-index: 105;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-right li{margin-bottom: 4px;}
.fix-right .con{display: block;position: relative;}
.fix-right .ico{width: 56px;height: 56px;display: block;position: relative;z-index: 2;
    background-color: #d9413d;border-radius: 7px 0 0 7px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.fix-right .con:hover .ico{opacity: .8;}
.fix-right .txt{position: absolute;top: 0;height: 56px;padding-right: 56px;
    width: 260px;right: -260px;background-color: #d9413d;
    line-height: 56px;color: #fff;text-align: center;font-size: 20px;
    border-radius: 7px 0 0 7px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .con:hover .txt{right: 0;}
.fix-right .con:hover .qr{right: 60px;}
.fix-right .qr{position: absolute;width: 120px;height: 120px;
    padding: 10px;right: -120px;top: 0;
    background-color: #d9413d;border-radius: 7px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .qr img{width: 100%;height: 100%;}
</pre></body></html>